Digital content and entertainment

Imdb sentiment analysis

Importing and analysing the dataset

Sequence adding

Features and labels

Decoding

Model building using NN

Analysis

Social Media analytics

News-Headlines-Dataset-For-Sarcasm-Detection

Reading the data

Data cleaning

Features = data['headline'] \ labels = data['is_sarchastic']

Glove embeddings

Building bidirectional LSTM sequential NN model

Classification report